home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / js_pack2.arj / JS-UCASE.TXT < prev    next >
Text File  |  1994-03-21  |  5KB  |  154 lines

  1. JS-UCASE Utility Program Documentation
  2. (Ver 5.0)
  3.  
  4. Author: Johnathan Mark Smith
  5.  
  6.  
  7. THE OLD DISCLAIMER
  8.  
  9.   This software and manual are sold "as is" and without warranties
  10.   as to performance or merchant ability or any other warranties
  11.   whether expressed or implied. Because of the various hardware and
  12.   software environments into which this program may be put, no
  13.   warranty of fitness for a particular purpose is offered.
  14.  
  15.   The user must assume the entire risk of using and evaluating this
  16.   program. Any liability of  Johnathan Mark Smith Technology will be
  17.   limited exclusively to product replacement or refund of purchase
  18.   price. If you find these terms unacceptable, do not use this
  19.   product.
  20.  
  21. Introduction
  22.  
  23.     As time goes by more and more Mainframe Systems are being down 
  24. sized to run on PC's, but one of the biggest setbacks are file with
  25. lowercase letters. Most of the time you will want your file with all
  26. uppercase letters. JS-UCase will convert all the lowercase letters
  27. to uppercase letters and put them on a new output file.
  28.  
  29.  
  30.     JS-UCase Ver 5.0 provides the following features:
  31.  
  32.     1)     Faster then JS-UCase (Freeware Ver.).
  33.  
  34.     3)     No more need for a control file.
  35.  
  36.     4)     No limit on input file size.
  37.  
  38.     5)     For Huge file a fast and stealth mode.
  39.  
  40.  
  41.     
  42.     The JS-UCase program must be provided with control information
  43. to govern its execution. This information is read from the command line.
  44. The format is:
  45. JS-UCase [FLAG(S)]
  46.  
  47.  
  48. Sample #1:
  49.  
  50.     JS-UCASE -I A:\TEST.DAT -O A:\NEW.OUT
  51.  
  52. This tells the utility to use the file "A:\TEST.DAT" as the input file and
  53. use the file "A:\NEW.OUT" for the output file.
  54.  
  55.  
  56. OPTIONS
  57. -------
  58.  
  59.         -i or -I  THE INPUT FILE NAME.
  60.  
  61.         -o or -O  THE OUTPUT FILE NAME.
  62.  
  63.         -k or -K  TO DELETE INPUT FILE ON EXIT.
  64.  
  65.         -t or -T  TO BEEP ON EXIT.
  66.  
  67.         -s or -S  TURNS ON FAST AND STEALTH MODE.
  68.  
  69.  
  70. Sample #2:
  71.  
  72.     JS-UCASE -S -i A:\TEST.OUT -o A:\NEW.OUT
  73. This is the same thing as sample #1 but now the utility turns on
  74. fast and stealth mode.  (You have to try it !)
  75.  
  76. Registration
  77.  
  78.   I will keep improving the program if I know enough people are
  79.   finding it useful.
  80.  
  81.   My registration policy is very flexible. The nominal fee are listed
  82.   in the file REGISTER.TXT. If you don't feel you will get your money
  83.   worth of use out of JS-UCase, send whatever it is worth to you.
  84.   If you are impoverished and can't afford to pay anything,
  85.   enclose a stamped self-addressed envelope
  86.   and I will send you a registration.
  87.  
  88.   This is not freeware or public domain. Shareware is simply a means
  89.   of marketing commercial software. You are required to register if
  90.   you intend to use this program after a reasonable trial period.
  91.  
  92.   When registering, please tell me the version number you have 
  93.   and where you obtained your copy of JS-UCase.
  94.  
  95.   Foreign checks and credit cards are NOT OK. See REGISTER.TXT for details.
  96.  
  97.   JS-UCase should be registered for the maximum number of copies that
  98.   can be used simultaneously at your site. Site fees for commercial
  99.   users can be negotiated.
  100.  
  101.   If you register for the full fee, and enclose a Shipping and
  102.   Handling fee of $3 I will send you the latest versions of JS-UCase and
  103.   Some Free Demo's.  if you decide to use it after a trial period. 
  104.   I will also send other File related shareware programs.
  105.  
  106.  
  107. Registered version features
  108.  
  109. * FREE NEWSLETTERS
  110.  
  111. * DISCOUNTS ON SHAREWARE
  112.  
  113. * CUSTOM DEFAULT SETTINGS
  114.  
  115.  
  116. Program Abort
  117.  
  118.     Hitting Control-C (or Control-Break) will terminate the program
  119.     immediately. 
  120.  
  121.  
  122. Distribution
  123.  
  124.     Permission is hereby given to copy and distribute this program
  125.     as long as no more than $5 is charged. It must be made clear to
  126.     the buyer that this is only a handling charge and not a
  127.     registration fee. You must include all files in their original
  128.     unmodified form when distributing this program. .
  129.  
  130.     Permission to distribute may be revoked by the Johnathan Mark Smith 
  131.     at any time for any reason.
  132.  
  133.     YOU MUST NOT DISTRIBUTE ANY COPY WHICH HAS BEEN BRANDED WITH
  134.     A REGISTRATION CODE. 
  135.  
  136. All trademarks used in this document are the property of their
  137. owners.
  138.  
  139.                          -Johnathan Mark Smith-
  140.  
  141.  
  142. Questions or suggestions regarding JS-UCase should be directed to the
  143. author at the following address:
  144.  
  145.     Johnathan Mark Smith
  146.     2039 85 STREET
  147.     BROOKLYN, NY 11214
  148.  
  149.     Telephone: 718-373-3886
  150.  
  151.  
  152.  
  153.  
  154.